home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / MacPerl 5.1.3 / Mac_Perl_513_src / MacPerl5 / MPBalloons.ball < prev    next >
Encoding:
Text File  |  1996-01-27  |  6.1 KB  |  180 lines  |  [TEXT/MPS ]

  1. DIALOG 192 Save Script Dialog
  2.     13.1    Choose the kind of file to save the script in.
  3.     13.2    Choose the kind of file to save the script in.
  4.     13.3    Choose the kind of file to save the script in.
  5.     13.4    Choose the kind of file to save the script in.
  6. END-DIALOG
  7.  
  8. DIALOG 257 Save Dialog
  9.      1.1    Save the current window and close it.
  10.  
  11.      2.1    Close the current window without saving it.
  12.  
  13.      3.1    Don't close the window.
  14. END-DIALOG
  15.  
  16. DIALOG 262 Revert Dialog
  17.      1.1    Revert to the last saved version.
  18.      
  19.      2.1    Don't revert, and leave the window alone.
  20. END-DIALOG
  21.  
  22. DIALOG 266 Abort Alert
  23.      1.1    Currently, a script is still running. Terminate it and quit MacPerl.
  24.      
  25.      2.1    Continue without quitting.
  26. END-DIALOG
  27.  
  28. DIALOG 270 No Perl Alert
  29.      1.1    Proceed on the assumption that the current file is really a Perl script.
  30.      
  31.      2.1     Abort execution of the current file.
  32. END-DIALOG
  33.  
  34. DIALOG 274 Elvis Alert
  35.      1.1    Save this file as a MacPerl package.
  36.      
  37.      2.1    Give up on this file.
  38. END-DIALOG
  39.  
  40. DIALOG 320 Format Dialog
  41.      1.1    Accept new font and size.
  42.      
  43.      2.1    Don't change the font and size.
  44.      
  45.      3.1    Choose the font to be used for MacPerl windows.
  46.      
  47.      4.1    Choose the size to be used for MacPerl windows.
  48.  
  49.      7.2    Type a nonstandard size to be used for MacPerl windows.
  50.      
  51.      8.1    Settings will be used for the front window only.
  52.      8.2    Settings will be used for all new windows.
  53.      8.3    Settings will be used for all new windows.
  54. END-DIALOG
  55.  
  56. DIALOG 384 Preferences Dialog
  57.      1.1    Specify folders to be searched for Perl library files.
  58.  
  59.      2.1    Specify parameters for running/opening Perl scripts.
  60.      
  61.      3.1    Turn inline input of asian scripts on or off.
  62.      
  63.      4.1    Other preference settings.
  64.      
  65.      7.1  Accept changed preferences. There is no way to undo them anyway (he he he!).
  66. END-DIALOG
  67.  
  68. DIALOG 385 Library Preferences
  69.      9.2    These folders will be searched for Perl library files.
  70.     
  71.     10.1    Remove currently selected folders from the list.
  72.     
  73.     11.1    Add another folder to the list.
  74. END-DIALOG
  75.  
  76. DIALOG 386 Script Preferences
  77.      9.1    Text files opened from the Finder will be run.
  78.      9.3    Text files opened from the Finder will be opened for editing.
  79.     
  80.     10.1    Text files opened from the Finder will be opened for editing.
  81.     10.3    Text files opened from the Finder will be run.
  82.     
  83.     11.1    Don't mind if scripts have no #!perl line.
  84.     11.3    Warn if scripts have no #!perl line.
  85. END-DIALOG
  86.  
  87. DIALOG 387 Input Preferences
  88.      9.1    Japanese or Chinese text will be edited in a floating window.
  89.      9.3    Japanese or Chinese text will be edited inline.
  90. END-DIALOG
  91.  
  92. DIALOG 388 Internet Config Preferences
  93.      9.1    Launch Internet Config to configure further settings.
  94. END-DIALOG
  95.  
  96. MENU 129 File
  97.     0.1    File Menu\n\nUse this menu to perform operations with disks, files, folders, windows, and printers.
  98.  
  99.     1.1    Creates a new file.
  100.     1.2    Creates a new file.  To enable this item, choose Close from the File menu.
  101.  
  102.     2.1    Opens an existing file.
  103.     2.2    Opens an existing file.  To enable this item, choose Close from the File menu.
  104.  
  105.     4.1    Closes the current file.
  106.     4.2    Closes the current file.  A window must be open before this item is enabled.
  107.  
  108.     5.1    Saves the current file.
  109.     5.2    Saves the current file.  The window must be titled before this is enabled.
  110.  
  111.     6.1    Saves the current file under a different name.
  112.     6.2    Saves the current file under a different name.  To enable this item, choose New or Open from the File menu.
  113.  
  114.     7.1    Reverts to the last saved version of the current file.
  115.     7.2    Reverts to the last saved version of the current file.  Enabled when you make a change to the file
  116.  
  117.     9.1    Sets up paper size, orientation, and other printing options.
  118.     9.2    Sets up paper size, orientation, and other printing options.  To enable this item, choose New or Open from the File menu.
  119.  
  120.     10.1    Prints the text to the printer.
  121.     10.2    Prints all or part of the current file.  To enable this item, choose New or Open from the File menu.
  122.  
  123.     12.1    Quit from MacPerl.
  124. END-MENU
  125.  
  126. MENU 130    Edit
  127.     0.1    Edit Menu\n\nUse this menu to work with text or to undo an action.
  128.     0.2    Edit Menu\nNot available because you can't work with text or undo an action.
  129.  
  130.     1.1    Restore the document to the state it was before the last action.
  131.     1.2    Restore the document to the state it was before the last action (Not currently implemented).
  132.     
  133.     3.1    Cuts or removes the selected text.  The text is put on the clipboard.
  134.     3.2    Cuts or removes the selected text.  The text is put on the clipboard.  Not available because no text is selected.
  135.     
  136.     4.1    Copies the selected text.  The text is put on the clipboard. 
  137.     4.2    Copies the selected text.  The text is put on the clipboard.  Not available because no text is selected.
  138.         
  139.     5.1    Puts the text from the clipboard into the active window where the cursor is.
  140.     5.2    Puts the text from the clipboard into the active window where the cursor is.  Not available because there is nothing on the clipboard.
  141.     
  142.     6.1    Clears or removes the selected text from the active window but does not place the contents onto the clipboard.
  143.     6.2    Clears or removes the selected text from the active window but does not place the contents onto the clipboard.  Not available because no text is selected.
  144.     
  145.     7.1    Selects all text in the active window.
  146.     7.2    Selects all text in the active window. Not available because this operation is non-functional.
  147.  
  148.     9.1    Jump to File (and Line) given by current selection.
  149.     9.2    Jump to File (and Line) given by current selection. Select a file name and/or line number to enable this item.
  150.  
  151.     11.1    Set the font and size of the document.
  152.     13.1    Edit MacPerl Preferences.
  153. END-MENU
  154.  
  155. MENU 131    Window
  156.     0.1    Window Menu\n\nThis menu is used to go to the open MacPerl windows.
  157. END-MENU
  158.  
  159. MENU 132 Script
  160.     0.1    Script Menu\n\nUse this menu to run Perl scripts or check their syntax.
  161.     
  162.     1.1    Runs a script
  163.     
  164.     2.1    Runs the script in the front window.
  165.     2.2    Runs the script in the front window. Enabled if a document window is open.
  166.     
  167.     3.1    Performs a syntax check on a script.
  168.     
  169.     4.1    Performs a syntax check on the front window.
  170.     4.2    Performs a syntax check on the front window. Enabled if a document window is open.
  171.     
  172.     6.1    Enables warning messages from the Perl compiler.
  173.     6.3    Disables warning messages from the Perl compiler.
  174.  
  175.     7.1    Turns on the Perl debugger.
  176.     7.3    Turns off the Perl debugger.
  177. END-MENU
  178.  
  179. END
  180.